Rather than manually merging the folders back together, I decided to write this simple Python script. ... #if we're in a directory that doesn't exist in the destination folder #then create a new folder if not os.path.isdir(dest): os.mkdir(dest) pr